home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / ANC 15.adf / REXX / txrevisions.txed < prev   
Text File  |  1987-01-01  |  951b  |  45 lines

  1. /* This macro from the TxEd Plus master diskette is used to show the
  2.     revisions for this version of TxEd Plus */
  3.  
  4.  
  5. LOCK
  6.  
  7. REDISPLAY
  8.  
  9. MENU CLEAR
  10.  
  11. 'MENU 0 P "Print revs" Printbuff'
  12. 'MENU 0 Q QUIT'
  13.  
  14. 'MENU 1 B "Mark Block" Mark'
  15. 'MENU 1 X "Cut Block" Cut'
  16. 'MENU 1 C "Copy Block" Copy'
  17. 'MENU 1 I "Insert Block" Paste'
  18. 'MENU 1 K "Delete Line" DL'
  19. 'MENU 1 Y "Del to EOL" DEOL'
  20. 'MENU 1 L "Undelete Ln" "PASTE +L"'
  21. 'MENU 1 / "Delete Word" DW'
  22.  
  23. 'MENU 2 . "Fwrd Word" WO'
  24. 'MENU 2 [ "Beg of Line" SOL'
  25. 'MENU 2 ] "End of Line" EOL'
  26. 'MENU 2 U "Scroll Up" BA'
  27. 'MENU 2 D "Scroll Down" FO'
  28. 'MENU 2 T "Top of file" TOP'
  29. 'MENU 2 Z "Bottom of file" B'
  30. 'MENU 2 J "Jump to line" Jump'
  31.  
  32. 'MENU 3 R "Replace" CHANGE'
  33. 'MENU 3 S "Search" FIND'
  34.  
  35. 'MENU 4 2 "Color"'
  36. 'MENU 4 3 "NewCLI" RUN'
  37. 'MENU 4 4 "More TxEd" MoreTxed'
  38. 'MENU 4 "Strip Etc" Stripcr'
  39. 'MENU 4 F "Paragraph" Parag'
  40. 'MENU 4      "Tab Size" TAB'
  41. 'MENU 4 5 "Cmd Line" CMD'
  42.  
  43. MSG Revisions for current version of TxEd Plus
  44.  
  45.